-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Infra UI] Hosts view test: fix apm services link #162147
[Infra UI] Hosts view test: fix apm services link #162147
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
100 passes build |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Closes elastic#162051 Closes elastic#159368 ## Summary This PR aims to make the APM services link test more stable. For some reason, some of the query parameters are not present in the URL the moment we navigate but we can see in the screenshot that the correct dates are applied (it could be that the moment we load APM the URL is not updated - when checking locally those parameters exist in the URL) <img width="1612" alt="image" src="https://github.com/elastic/kibana/assets/14139027/2363108a-329e-4f28-a0d8-9f177d01d4ef"> --------- Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit e98abd0) # Conflicts: # x-pack/test/functional/apps/infra/hosts_view.ts
…62216) # Backport This will backport the following commits from `main` to `8.9`: - [[Infra UI] Hosts view test: fix apm services link (#162147)](#162147) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"jennypavlova","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-19T08:30:43Z","message":"[Infra UI] Hosts view test: fix apm services link (#162147)\n\nCloses https://github.com/elastic/kibana/issues/162051\r\nCloses #159368\r\n## Summary\r\n\r\nThis PR aims to make the APM services link test more stable. For some\r\nreason, some of the query parameters are not present in the URL the\r\nmoment we navigate but we can see in the screenshot that the correct\r\ndates are applied (it could be that the moment we load APM the URL is\r\nnot updated - when checking locally those parameters exist in the URL)\r\n<img width=\"1612\" alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14139027/2363108a-329e-4f28-a0d8-9f177d01d4ef\">\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"e98abd0fb5896b573de7ab811534d134d15d7cb9","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Infra Monitoring UI","release_note:skip","backport:prev-minor","v8.10.0"],"number":162147,"url":"https://github.com/elastic/kibana/pull/162147","mergeCommit":{"message":"[Infra UI] Hosts view test: fix apm services link (#162147)\n\nCloses https://github.com/elastic/kibana/issues/162051\r\nCloses #159368\r\n## Summary\r\n\r\nThis PR aims to make the APM services link test more stable. For some\r\nreason, some of the query parameters are not present in the URL the\r\nmoment we navigate but we can see in the screenshot that the correct\r\ndates are applied (it could be that the moment we load APM the URL is\r\nnot updated - when checking locally those parameters exist in the URL)\r\n<img width=\"1612\" alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14139027/2363108a-329e-4f28-a0d8-9f177d01d4ef\">\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"e98abd0fb5896b573de7ab811534d134d15d7cb9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162147","number":162147,"mergeCommit":{"message":"[Infra UI] Hosts view test: fix apm services link (#162147)\n\nCloses https://github.com/elastic/kibana/issues/162051\r\nCloses #159368\r\n## Summary\r\n\r\nThis PR aims to make the APM services link test more stable. For some\r\nreason, some of the query parameters are not present in the URL the\r\nmoment we navigate but we can see in the screenshot that the correct\r\ndates are applied (it could be that the moment we load APM the URL is\r\nnot updated - when checking locally those parameters exist in the URL)\r\n<img width=\"1612\" alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14139027/2363108a-329e-4f28-a0d8-9f177d01d4ef\">\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"e98abd0fb5896b573de7ab811534d134d15d7cb9"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <[email protected]>
Closes elastic#162051 Closes elastic#159368 ## Summary This PR aims to make the APM services link test more stable. For some reason, some of the query parameters are not present in the URL the moment we navigate but we can see in the screenshot that the correct dates are applied (it could be that the moment we load APM the URL is not updated - when checking locally those parameters exist in the URL) <img width="1612" alt="image" src="https://github.com/elastic/kibana/assets/14139027/2363108a-329e-4f28-a0d8-9f177d01d4ef"> --------- Co-authored-by: Kibana Machine <[email protected]>
Closes #162051
Closes #159368
Summary
This PR aims to make the APM services link test more stable. For some reason, some of the query parameters are not present in the URL the moment we navigate but we can see in the screenshot that the correct dates are applied (it could be that the moment we load APM the URL is not updated - when checking locally those parameters exist in the URL)